home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00289.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  117 b   |  7 lines

  1. global gLastScore
  2.  
  3. on startMovie
  4.    set gLastScore = getPref("XYZgame.txt")
  5.    put gLastScore into field "Score"
  6. end
  7.